mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Update copyright year and add license
This commit is contained in:
parent
0df18b5314
commit
8da25e681b
1 changed files with 17 additions and 3 deletions
|
@ -5,10 +5,9 @@
|
|||
|
||||
du - Plugin to monitor multiple directories size
|
||||
|
||||
=head1 AUTHOR
|
||||
=head1 AUTHOR AND COPYRIGHT
|
||||
|
||||
Luc Didry <luc AT didry.org>
|
||||
April 2011
|
||||
Copyright 2011-2012 Luc Didry <luc AT didry.org>
|
||||
|
||||
=head1 HOWTO CONFIGURE AND USE :
|
||||
|
||||
|
@ -44,6 +43,21 @@
|
|||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
|
||||
=head1 LICENSE
|
||||
|
||||
This program 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 3 of the License, or
|
||||
any later version.
|
||||
|
||||
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, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
=cut
|
||||
|
||||
use warnings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue