aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-20 23:16:10 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-20 23:16:10 +0200
commitc9fba4e0d26080a05ff9619155b1fc6658094e49 (patch)
tree13c7a75b08e8764a97664f0a2f4903de6ff0a155
parentba6dfaebaf620af5975bcc33d6e67711d96411a2 (diff)
downloadvicious-legacy-c9fba4e0d26080a05ff9619155b1fc6658094e49.tar.xz
Widgets derived from wicked include a notice
-rw-r--r--cpu.lua1
-rw-r--r--date.lua1
-rw-r--r--fs.lua2
-rw-r--r--helpers.lua1
-rw-r--r--init.lua13
-rw-r--r--mem.lua1
-rw-r--r--mpd.lua1
-rw-r--r--net.lua1
-rw-r--r--uptime.lua1
9 files changed, 13 insertions, 9 deletions
diff --git a/cpu.lua b/cpu.lua
index 648f8fb..fba3407 100644
--- a/cpu.lua
+++ b/cpu.lua
@@ -1,6 +1,7 @@
----------------------------------------------------------
-- 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
----------------------------------------------------------
-- {{{ Grab environment
diff --git a/date.lua b/date.lua
index 1530702..3dfc7b4 100644
--- a/date.lua
+++ b/date.lua
@@ -1,6 +1,7 @@
----------------------------------------------------------
-- 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
----------------------------------------------------------
-- {{{ Grab environment
diff --git a/fs.lua b/fs.lua
index 46757ad..2cbcf4c 100644
--- a/fs.lua
+++ b/fs.lua
@@ -1,7 +1,7 @@
----------------------------------------------------------
-- Licensed under the GNU General Public License version 2
-- * Copyright (C) 2009 Adrian C. <anrxc_sysphere_org>
--- * Contributor Joerg Jaspert <joerg_debian_org>
+-- * Derived from Wicked, copyright of Lucas de Vries
----------------------------------------------------------
-- {{{ Grab environment
diff --git a/helpers.lua b/helpers.lua
index 2f5d47d..1d4c925 100644
--- a/helpers.lua
+++ b/helpers.lua
@@ -1,6 +1,7 @@
----------------------------------------------------------
-- 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
----------------------------------------------------------
-- {{{ Grab environment
diff --git a/init.lua b/init.lua
index 1c9221c..87056a6 100644
--- a/init.lua
+++ b/init.lua
@@ -1,13 +1,10 @@
---------------------------------------------------------------
+---------------------------------------------------------------------------
-- Vicious widgets for the awesome window manager
---------------------------------------------------------------
+---------------------------------------------------------------------------
-- Licensed under the GNU General Public License version 2
--- * Copyright (C) 2009 Adrian C. <anrxc_sysphere_org>
---------------------------------------------------------------
--- Derived from Wicked, by Lucas de Vries <lucas_glacicle_com>
--- * http://git.glacicle.com/cgit.cgi/wicked
--- * Wicked is licensed under the WTFPL v2
---------------------------------------------------------------
+-- * Copyright (C) 2009 Adrian C. <anrxc_sysphere_org>
+-- * Derived from Wicked, copyright of Lucas de Vries <lucas_glacicle_com>
+---------------------------------------------------------------------------
-- {{{ Grab environment
require("awful")
diff --git a/mem.lua b/mem.lua
index e501229..411faf1 100644
--- a/mem.lua
+++ b/mem.lua
@@ -1,6 +1,7 @@
----------------------------------------------------------
-- 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
----------------------------------------------------------
-- {{{ Grab environment
diff --git a/mpd.lua b/mpd.lua
index 3cebe61..fffc54f 100644
--- a/mpd.lua
+++ b/mpd.lua
@@ -1,6 +1,7 @@
----------------------------------------------------------
-- 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
----------------------------------------------------------
-- {{{ Grab environment
diff --git a/net.lua b/net.lua
index 068459e..855e5c0 100644
--- a/net.lua
+++ b/net.lua
@@ -1,6 +1,7 @@
----------------------------------------------------------
-- 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
----------------------------------------------------------
-- {{{ Grab environment
diff --git a/uptime.lua b/uptime.lua
index 7261b16..85f17a5 100644
--- a/uptime.lua
+++ b/uptime.lua
@@ -1,6 +1,7 @@
----------------------------------------------------------
-- 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
----------------------------------------------------------
-- {{{ Grab environment