aboutsummaryrefslogtreecommitdiff
path: root/dio.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dio.lua')
-rw-r--r--dio.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/dio.lua b/dio.lua
index 9c94134..ea3aa9d 100644
--- a/dio.lua
+++ b/dio.lua
@@ -1,10 +1,9 @@
---------------------------------------------------
-- Licensed under the GNU General Public License v2
--- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) 2009, Adrian C. <anrxc@sysphere.org>
---------------------------------------------------
-- {{{ Grab environment
-local type = type
local ipairs = ipairs
local io = { open = io.open }
local setmetatable = setmetatable