diff options
author | Matteo Pasotti <matteo.pasotti@gmail.com> | 2014-01-25 00:32:14 +0100 |
---|---|---|
committer | Matteo Pasotti <matteo.pasotti@gmail.com> | 2014-01-25 00:32:14 +0100 |
commit | 69cfb584e95d150fa474b194c2e2d2dcc85d8fa8 (patch) | |
tree | ca1055f730dc6982b41cb6ef220f43447cfd06f8 /AdminPanel/Hosts | |
parent | 98da7d8102939b47709cf85c484786e37068538c (diff) | |
download | manatools-69cfb584e95d150fa474b194c2e2d2dcc85d8fa8.tar manatools-69cfb584e95d150fa474b194c2e2d2dcc85d8fa8.tar.gz manatools-69cfb584e95d150fa474b194c2e2d2dcc85d8fa8.tar.bz2 manatools-69cfb584e95d150fa474b194c2e2d2dcc85d8fa8.tar.xz manatools-69cfb584e95d150fa474b194c2e2d2dcc85d8fa8.zip |
- updated license headers
Diffstat (limited to 'AdminPanel/Hosts')
-rw-r--r-- | AdminPanel/Hosts/GHosts.pm | 2 | ||||
-rw-r--r-- | AdminPanel/Hosts/hosts.pm | 19 |
2 files changed, 20 insertions, 1 deletions
diff --git a/AdminPanel/Hosts/GHosts.pm b/AdminPanel/Hosts/GHosts.pm index d55daaf1..c80797a3 100644 --- a/AdminPanel/Hosts/GHosts.pm +++ b/AdminPanel/Hosts/GHosts.pm @@ -1,7 +1,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2013 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2013-2014 Matteo Pasotti <matteo.pasotti@gmail.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2, as diff --git a/AdminPanel/Hosts/hosts.pm b/AdminPanel/Hosts/hosts.pm index 6b2264f9..f8b1255d 100644 --- a/AdminPanel/Hosts/hosts.pm +++ b/AdminPanel/Hosts/hosts.pm @@ -1,3 +1,22 @@ +# vim: set et ts=4 sw=4: +#***************************************************************************** +# +# Copyright (c) 2013-2014 Matteo Pasotti <matteo.pasotti@gmail.com> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2, as +# published by the Free Software Foundation. +# +# This program 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 this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +#***************************************************************************** package AdminPanel::Hosts::hosts; use Moose; |