diff options
Diffstat (limited to 'modules/lua')
-rw-r--r-- | modules/lua/adeptsensedoc.lua | 2 | ||||
-rw-r--r-- | modules/lua/init.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/lua/adeptsensedoc.lua b/modules/lua/adeptsensedoc.lua index 85489fa0..3edebe13 100644 --- a/modules/lua/adeptsensedoc.lua +++ b/modules/lua/adeptsensedoc.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE. -- Adeptsense doclet for LuaDoc. -- This module is used by LuaDoc to create an adeptsense for Lua with a fake diff --git a/modules/lua/init.lua b/modules/lua/init.lua index b9a2ed80..43a5cc5c 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} |