From c9fba4e0d26080a05ff9619155b1fc6658094e49 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 20 Sep 2009 23:16:10 +0200 Subject: Widgets derived from wicked include a notice --- cpu.lua | 1 + date.lua | 1 + fs.lua | 2 +- helpers.lua | 1 + init.lua | 13 +++++-------- mem.lua | 1 + mpd.lua | 1 + net.lua | 1 + uptime.lua | 1 + 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. +-- * 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. +-- * 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. --- * Contributor Joerg Jaspert +-- * 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. +-- * 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. --------------------------------------------------------------- --- Derived from Wicked, by Lucas de Vries --- * http://git.glacicle.com/cgit.cgi/wicked --- * Wicked is licensed under the WTFPL v2 --------------------------------------------------------------- +-- * Copyright (C) 2009 Adrian C. +-- * Derived from Wicked, copyright of Lucas de Vries +--------------------------------------------------------------------------- -- {{{ 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. +-- * 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. +-- * 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. +-- * 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. +-- * Derived from Wicked, copyright of Lucas de Vries ---------------------------------------------------------- -- {{{ Grab environment -- cgit v1.2.3