mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51: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
|
du - Plugin to monitor multiple directories size
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR AND COPYRIGHT
|
||||||
|
|
||||||
Luc Didry <luc AT didry.org>
|
Copyright 2011-2012 Luc Didry <luc AT didry.org>
|
||||||
April 2011
|
|
||||||
|
|
||||||
=head1 HOWTO CONFIGURE AND USE :
|
=head1 HOWTO CONFIGURE AND USE :
|
||||||
|
|
||||||
|
@ -44,6 +43,21 @@
|
||||||
#%# family=auto
|
#%# family=auto
|
||||||
#%# capabilities=autoconf
|
#%# 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
|
=cut
|
||||||
|
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue