aboutsummaryrefslogtreecommitdiff
path: root/mpd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mpd.lua')
-rw-r--r--mpd.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/mpd.lua b/mpd.lua
index fffc54f..3b6df3f 100644
--- a/mpd.lua
+++ b/mpd.lua
@@ -1,8 +1,8 @@
-----------------------------------------------------------
--- Licensed under the GNU General Public License version 2
--- * Copyright (C) 2009 Adrian C. <anrxc_sysphere_org>
--- * Derived from Wicked, copyright of Lucas de Vries
-----------------------------------------------------------
+---------------------------------------------------
+-- Licensed under the GNU General Public License v2
+-- * (c) 2009, Adrian C. <anrxc.sysphere.org>
+-- * (c) Wicked, Lucas de Vries
+---------------------------------------------------
-- {{{ Grab environment
local io = { popen = io.popen }