From b0f737ea56f5b9f3fa4155722c5022de7f725035 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Tue, 29 Sep 2009 22:33:19 +0200 Subject: Rewrote all headers --- bat.lua | 8 ++++---- batat.lua | 8 ++++---- cpu.lua | 10 +++++----- cpufreq.lua | 8 ++++---- cpuinf.lua | 8 ++++---- date.lua | 10 +++++----- dio.lua | 8 ++++---- entropy.lua | 8 ++++---- fs.lua | 10 +++++----- gmail.lua | 8 ++++---- hddtemp.lua | 8 ++++---- helpers.lua | 10 +++++----- init.lua | 12 ++++++------ load.lua | 8 ++++---- mbox.lua | 8 ++++---- mboxc.lua | 8 ++++---- mdir.lua | 10 +++++----- mem.lua | 10 +++++----- mpd.lua | 10 +++++----- net.lua | 10 +++++----- org.lua | 10 +++++----- pacman.lua | 8 ++++---- thermal.lua | 8 ++++---- uptime.lua | 10 +++++----- volume.lua | 8 ++++---- weather.lua | 8 ++++---- wifi.lua | 8 ++++---- 27 files changed, 120 insertions(+), 120 deletions(-) diff --git a/bat.lua b/bat.lua index ba29894..281af30 100644 --- a/bat.lua +++ b/bat.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local tonumber = tonumber diff --git a/batat.lua b/batat.lua index dce5820..b160dc7 100644 --- a/batat.lua +++ b/batat.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local io = { popen = io.popen } diff --git a/cpu.lua b/cpu.lua index fba3407..73250ee 100644 --- a/cpu.lua +++ b/cpu.lua @@ -1,8 +1,8 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. --- * Derived from Wicked, copyright of Lucas de Vries ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +-- * (c) Wicked, Lucas de Vries +--------------------------------------------------- -- {{{ Grab environment local ipairs = ipairs diff --git a/cpufreq.lua b/cpufreq.lua index b94676c..bce60e8 100644 --- a/cpufreq.lua +++ b/cpufreq.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local io = { open = io.open } diff --git a/cpuinf.lua b/cpuinf.lua index 50cfc0f..6188dff 100644 --- a/cpuinf.lua +++ b/cpuinf.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local tonumber = tonumber diff --git a/date.lua b/date.lua index 3dfc7b4..4b23411 100644 --- a/date.lua +++ b/date.lua @@ -1,8 +1,8 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. --- * Derived from Wicked, copyright of Lucas de Vries ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +-- * (c) Wicked, Lucas de Vries +--------------------------------------------------- -- {{{ Grab environment local os = { date = os.date } diff --git a/dio.lua b/dio.lua index f570816..dfde90c 100644 --- a/dio.lua +++ b/dio.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local type = type diff --git a/entropy.lua b/entropy.lua index 97568cc..1c1b8e6 100644 --- a/entropy.lua +++ b/entropy.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local io = { open = io.open } diff --git a/fs.lua b/fs.lua index 2cbcf4c..a65a1ff 100644 --- a/fs.lua +++ b/fs.lua @@ -1,8 +1,8 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. --- * Derived from Wicked, copyright of Lucas de Vries ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +-- * (c) Wicked, Lucas de Vries +--------------------------------------------------- -- {{{ Grab environment local io = { popen = io.popen } diff --git a/gmail.lua b/gmail.lua index bcb815f..8530818 100644 --- a/gmail.lua +++ b/gmail.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local io = { popen = io.popen } diff --git a/hddtemp.lua b/hddtemp.lua index f748a80..7bdb764 100644 --- a/hddtemp.lua +++ b/hddtemp.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local io = { popen = io.popen } diff --git a/helpers.lua b/helpers.lua index 1d4c925..73b5268 100644 --- a/helpers.lua +++ b/helpers.lua @@ -1,8 +1,8 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. --- * Derived from Wicked, copyright of Lucas de Vries ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +-- * (c) Wicked, Lucas de Vries +--------------------------------------------------- -- {{{ Grab environment local pairs = pairs diff --git a/init.lua b/init.lua index e88e26e..f2f210a 100644 --- a/init.lua +++ b/init.lua @@ -1,10 +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, copyright of Lucas de Vries ---------------------------------------------------------------------------- +----------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +-- * (c) Wicked, Lucas de Vries +----------------------------------------------------- -- {{{ Grab environment require("awful") diff --git a/load.lua b/load.lua index 3fdaee0..b69e1d3 100644 --- a/load.lua +++ b/load.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local io = { open = io.open } diff --git a/mbox.lua b/mbox.lua index 51c2e6b..d643e79 100644 --- a/mbox.lua +++ b/mbox.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local io = { open = io.open } diff --git a/mboxc.lua b/mboxc.lua index 67078e3..0f45dc3 100644 --- a/mboxc.lua +++ b/mboxc.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local io = { open = io.open } diff --git a/mdir.lua b/mdir.lua index 39683c0..abe3aa0 100644 --- a/mdir.lua +++ b/mdir.lua @@ -1,8 +1,8 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. --- * Derived from Maildir Biff Widget, by Fredrik Ax ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +-- * (c) Maildir Biff Widget, Fredrik Ax +--------------------------------------------------- -- {{{ Grab environment local io = { popen = io.popen } diff --git a/mem.lua b/mem.lua index 411faf1..50b8c83 100644 --- a/mem.lua +++ b/mem.lua @@ -1,8 +1,8 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. --- * Derived from Wicked, copyright of Lucas de Vries ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +-- * (c) Wicked, Lucas de Vries +--------------------------------------------------- -- {{{ Grab environment local tonumber = tonumber 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. --- * Derived from Wicked, copyright of Lucas de Vries ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +-- * (c) Wicked, Lucas de Vries +--------------------------------------------------- -- {{{ Grab environment local io = { popen = io.popen } diff --git a/net.lua b/net.lua index 855e5c0..f38a3dd 100644 --- a/net.lua +++ b/net.lua @@ -1,8 +1,8 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. --- * Derived from Wicked, copyright of Lucas de Vries ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +-- * (c) Wicked, Lucas de Vries +--------------------------------------------------- -- {{{ Grab environment local tonumber = tonumber diff --git a/org.lua b/org.lua index f8f96bc..cdf73c3 100644 --- a/org.lua +++ b/org.lua @@ -1,8 +1,8 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. --- * Derived from org-awesome, copyright of Damien Leone ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +-- * (c) org-awesome, Damien Leone +--------------------------------------------------- -- {{{ Grab environment local io = { open = io.open } diff --git a/pacman.lua b/pacman.lua index abe0a73..73f9f03 100644 --- a/pacman.lua +++ b/pacman.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local tonumber = tonumber diff --git a/thermal.lua b/thermal.lua index 54a6c40..02e7f3c 100644 --- a/thermal.lua +++ b/thermal.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local io = { open = io.open } diff --git a/uptime.lua b/uptime.lua index 85f17a5..50bc179 100644 --- a/uptime.lua +++ b/uptime.lua @@ -1,8 +1,8 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. --- * Derived from Wicked, copyright of Lucas de Vries ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +-- * (c) Wicked, Lucas de Vries +--------------------------------------------------- -- {{{ Grab environment local tonumber = tonumber diff --git a/volume.lua b/volume.lua index e36b610..3e59f48 100644 --- a/volume.lua +++ b/volume.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local io = { popen = io.popen } diff --git a/weather.lua b/weather.lua index cf43aa1..b612955 100644 --- a/weather.lua +++ b/weather.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local io = { popen = io.popen } diff --git a/wifi.lua b/wifi.lua index 063ce06..0a57827 100644 --- a/wifi.lua +++ b/wifi.lua @@ -1,7 +1,7 @@ ----------------------------------------------------------- --- Licensed under the GNU General Public License version 2 --- * Copyright (C) 2009 Adrian C. ----------------------------------------------------------- +--------------------------------------------------- +-- Licensed under the GNU General Public License v2 +-- * (c) 2009, Adrian C. +--------------------------------------------------- -- {{{ Grab environment local io = { popen = io.popen } -- cgit v1.2.3