From 518d59fae10e4caaf42e27fd8b2e57e0406ee4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Wed, 18 Sep 2019 10:26:23 +0700 Subject: [PATCH] Correct the copyright headers in contrib --- Changes.md | 2 +- contrib/ac_linux.lua | 22 ++++++++++++++++++---- contrib/ati_linux.lua | 22 ++++++++++++++++++---- contrib/batpmu_linux.lua | 22 ++++++++++++++++++---- contrib/batproc_linux.lua | 22 ++++++++++++++++++---- contrib/btc_all.lua | 23 +++++++++++++++++++---- contrib/buildbot_all.lua | 22 ++++++++++++++++++---- contrib/countfiles_all.lua | 21 +++++++++++++++++---- contrib/dio_linux.lua | 22 ++++++++++++++++++---- contrib/init.lua | 25 +++++++++++++++++++------ contrib/mpc_all.lua | 25 ++++++++++++++++++++----- contrib/net_linux.lua | 27 +++++++++++++++++++++------ contrib/netcfg.lua | 23 +++++++++++++++++++---- contrib/nvinf_all.lua | 22 ++++++++++++++++++---- contrib/nvsmi_all.lua | 22 ++++++++++++++++++---- contrib/openweather_all.lua | 22 ++++++++++++++++++---- contrib/ossvol_linux.lua | 22 ++++++++++++++++++---- contrib/pop_all.lua | 22 +++++++++++++++++++--- contrib/pulse_all.lua | 24 +++++++++++++++++++----- contrib/rss_all.lua | 22 +++++++++++++++++++--- contrib/sensors_linux.lua | 22 ++++++++++++++++++---- contrib/wpa_all.lua | 22 ++++++++++++++++++---- 22 files changed, 389 insertions(+), 89 deletions(-) diff --git a/Changes.md b/Changes.md index eef1e78..249ce37 100644 --- a/Changes.md +++ b/Changes.md @@ -32,7 +32,7 @@ Fixed: - [pkg] Use more updated front-ends for Debian/Ubuntu (apt) and Fedora (dnf) - [os] Splitted os_all into os_linux and os_bsd (and refactored to async) - Tweak `.luacheckrc` to suit functional style and soft-limit text width to 80 -- Update copyright headers for libraries and official widget types +- Update copyright headers for libraries and widget types Removed: diff --git a/contrib/ac_linux.lua b/contrib/ac_linux.lua index 73afb03..7d13bfe 100644 --- a/contrib/ac_linux.lua +++ b/contrib/ac_linux.lua @@ -1,7 +1,21 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2012, jinleileiking ---------------------------------------------------- +-- contrib/ac_linux.lua +-- Copyright (C) 2012 jinleileiking +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local tonumber = tonumber diff --git a/contrib/ati_linux.lua b/contrib/ati_linux.lua index 1afe8f9..0dd4100 100644 --- a/contrib/ati_linux.lua +++ b/contrib/ati_linux.lua @@ -1,7 +1,21 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2013, NormalRa ---------------------------------------------------- +-- contrib/ati_linux.lua +-- Copyright (C) 2013 NormalRa +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local tonumber = tonumber diff --git a/contrib/batpmu_linux.lua b/contrib/batpmu_linux.lua index 0efc863..85b2eba 100644 --- a/contrib/batpmu_linux.lua +++ b/contrib/batpmu_linux.lua @@ -1,7 +1,21 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2010, Adrian C. ---------------------------------------------------- +-- contrib/batpmu_linux.lua +-- Copyright (C) 2010 Adrian C. +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local tonumber = tonumber diff --git a/contrib/batproc_linux.lua b/contrib/batproc_linux.lua index 0d4dfe7..b6b5e35 100644 --- a/contrib/batproc_linux.lua +++ b/contrib/batproc_linux.lua @@ -1,7 +1,21 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2010, Adrian C. ---------------------------------------------------- +-- contrib/batproc_linux.lua +-- Copyright (C) 2010 Adrian C. +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local tonumber = tonumber diff --git a/contrib/btc_all.lua b/contrib/btc_all.lua index e28cada..804883b 100644 --- a/contrib/btc_all.lua +++ b/contrib/btc_all.lua @@ -1,7 +1,22 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2017, 0x5b ---------------------------------------------------- +-- contrib/btc_all.lua +-- Copyright (C) 2017 0x5b +-- Copyright (C) 2017 Joerg Thalheim +-- Copyright (C) 2019 Nguyễn Gia Phong +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local pcall = pcall diff --git a/contrib/buildbot_all.lua b/contrib/buildbot_all.lua index a8f1278..41ca126 100644 --- a/contrib/buildbot_all.lua +++ b/contrib/buildbot_all.lua @@ -1,7 +1,21 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2012, Andrzje Bieniek ---------------------------------------------------- +-- contrib/buildbot_all.lua +-- Copyright (C) 2012 Andrzje Bieniek +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local setmetatable = setmetatable diff --git a/contrib/countfiles_all.lua b/contrib/countfiles_all.lua index e8f146c..6bfdffc 100644 --- a/contrib/countfiles_all.lua +++ b/contrib/countfiles_all.lua @@ -1,7 +1,20 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 ---------------------------------------------------- --- * (c) 2010, Jörg. T +-- contrib/countfiles_all.lua +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local io = { popen = io.popen } diff --git a/contrib/dio_linux.lua b/contrib/dio_linux.lua index 3059361..780157d 100644 --- a/contrib/dio_linux.lua +++ b/contrib/dio_linux.lua @@ -1,7 +1,21 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2010, Adrian C. ---------------------------------------------------- +-- contrib/dio_linux.lua +-- Copyright (C) 2010, Adrian C. +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local ipairs = ipairs diff --git a/contrib/init.lua b/contrib/init.lua index 4328aae..a59179d 100644 --- a/contrib/init.lua +++ b/contrib/init.lua @@ -1,9 +1,22 @@ ---------------------------------------------------- --- Vicious widgets for the awesome window manager ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2010, Adrian C. ---------------------------------------------------- +-- contrib/init.lua +-- Copyright (C) 2010-2012 Adrian C. (anrxc) +-- Copyright (C) 2011 Joerg T. (Mic92) +-- Copyright (C) 2012 Arvydas Sidorenko +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Setup environment local setmetatable = setmetatable diff --git a/contrib/mpc_all.lua b/contrib/mpc_all.lua index 7393e76..4660ffb 100644 --- a/contrib/mpc_all.lua +++ b/contrib/mpc_all.lua @@ -1,8 +1,23 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2010, Adrian C. --- * (c) 2009, Lucas de Vries ---------------------------------------------------- +-- contrib/mpc_all.lua +-- Copyright (C) 2009 Lucas de Vries +-- Copyright (C) 2010 Adrian C. +-- Copyright (C) 2017 Jörg Thalheim +-- Copyright (C) 2018 Nguyễn Gia Phong +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local type = type diff --git a/contrib/net_linux.lua b/contrib/net_linux.lua index ad0b36a..85b9250 100644 --- a/contrib/net_linux.lua +++ b/contrib/net_linux.lua @@ -1,9 +1,24 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2010, Adrian C. --- * (c) 2009, Henning Glawe --- * (c) 2009, Lucas de Vries ---------------------------------------------------- +-- contrib/net_linux.lua +-- Copyright (C) 2009 Henning Glawe +-- Copyright (C) 2009 Lucas de Vries +-- Copyright (C) 2010 Adrian C. +-- Copyright (C) 2017 Jörg Thalheim +-- Copyright (C) 2017 Roberto +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local pairs = pairs diff --git a/contrib/netcfg.lua b/contrib/netcfg.lua index f2c0d52..672a8f3 100644 --- a/contrib/netcfg.lua +++ b/contrib/netcfg.lua @@ -1,7 +1,22 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2010, Radu A. ---------------------------------------------------- +-- contrib/netcfg.lua +-- Copyright (C) 2010 Radu A. +-- Copyright (C) 2010 Adrian C. (anrxc) +-- Copyright (C) 2012 Arvydas Sidorenko +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local io = { popen = io.popen } diff --git a/contrib/nvinf_all.lua b/contrib/nvinf_all.lua index 35b1632..c1515cf 100644 --- a/contrib/nvinf_all.lua +++ b/contrib/nvinf_all.lua @@ -1,7 +1,21 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2015, Ziyuan Guo ---------------------------------------------------- +-- contrib/nvinf_all.lua +-- Copyright (C) 2015 Ziyuan Guo +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local tonumber = tonumber diff --git a/contrib/nvsmi_all.lua b/contrib/nvsmi_all.lua index 317787e..a6c4df8 100644 --- a/contrib/nvsmi_all.lua +++ b/contrib/nvsmi_all.lua @@ -1,7 +1,21 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2014, Adrian C. ---------------------------------------------------- +-- contrib/nvsmi_all.lua +-- Copyright (C) 2014 Adrian C. +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local tonumber = tonumber diff --git a/contrib/openweather_all.lua b/contrib/openweather_all.lua index dfeabf7..23abe5e 100644 --- a/contrib/openweather_all.lua +++ b/contrib/openweather_all.lua @@ -1,7 +1,21 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2013, NormalRa ---------------------------------------------------- +-- contrib/openweather_all.lua +-- Copyright (C) 2013 NormalRa +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local tonumber = tonumber diff --git a/contrib/ossvol_linux.lua b/contrib/ossvol_linux.lua index 4f6af7e..6ef6f3b 100644 --- a/contrib/ossvol_linux.lua +++ b/contrib/ossvol_linux.lua @@ -1,7 +1,21 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2010, Adrian C. ---------------------------------------------------- +-- contrib/ossvol_linux.lua +-- Copyright (C) 2010 Adrian C. +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local tonumber = tonumber diff --git a/contrib/pop_all.lua b/contrib/pop_all.lua index 5b6b2a6..3d24059 100644 --- a/contrib/pop_all.lua +++ b/contrib/pop_all.lua @@ -1,7 +1,23 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2010, Boris Bolgradov <> +-- contrib/pop_all.lua +-- Copyright (c) 2010 Boris Bolgradov +-- Copyright (C) 2017 Jörg Thalheim -- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . + +--------------------------------------------------- -- This widget type depends on luasocket. -- -- Widget arguments are host, port, username and diff --git a/contrib/pulse_all.lua b/contrib/pulse_all.lua index 98bd22b..1322ae0 100644 --- a/contrib/pulse_all.lua +++ b/contrib/pulse_all.lua @@ -1,8 +1,22 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2010, MrMagne --- * (c) 2010, Mic92 ---------------------------------------------------- +-- contrib/pulse_all.lua +-- Copyright (C) 2010 MrMagne +-- Copyright (C) 2010,2017 Jörg Thalheim +-- Copyright (C) 2017 Jonathan McCrohan +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local type = type diff --git a/contrib/rss_all.lua b/contrib/rss_all.lua index 75e9817..f8b3dea 100644 --- a/contrib/rss_all.lua +++ b/contrib/rss_all.lua @@ -1,7 +1,23 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2009, olcc +-- contrib/rss_all.lua +-- Copyright (C) 2009 olcc +-- Copyright (C) 2017 Jörg Thalheim -- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . + +--------------------------------------------------- -- This is now a standalone RSS reader for awesome: -- * http://github.com/olcc/aware --------------------------------------------------- diff --git a/contrib/sensors_linux.lua b/contrib/sensors_linux.lua index eb0d14c..6d7e87c 100644 --- a/contrib/sensors_linux.lua +++ b/contrib/sensors_linux.lua @@ -1,7 +1,21 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2010, Greg D. ---------------------------------------------------- +-- contrib/sensors_linux.lua +-- Copyright (C) 2010 Greg D. +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local tonumber = tonumber diff --git a/contrib/wpa_all.lua b/contrib/wpa_all.lua index 462068f..e35125a 100644 --- a/contrib/wpa_all.lua +++ b/contrib/wpa_all.lua @@ -1,7 +1,21 @@ ---------------------------------------------------- --- Licensed under the GNU General Public License v2 --- * (c) 2012, jinleileiking. ---------------------------------------------------- +-- contrib/wpa_all.lua +-- Copyright (C) 2012 jinleileiking +-- Copyright (C) 2017 Jörg Thalheim +-- +-- This file is part of Vicious. +-- +-- Vicious is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 2 of the +-- License, or (at your option) any later version. +-- +-- Vicious is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with Vicious. If not, see . -- {{{ Grab environment local tonumber = tonumber