aboutsummaryrefslogtreecommitdiff
path: root/sendmail.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sendmail.pl')
-rw-r--r--sendmail.pl15
1 files changed, 11 insertions, 4 deletions
diff --git a/sendmail.pl b/sendmail.pl
index 06d0642..2974169 100644
--- a/sendmail.pl
+++ b/sendmail.pl
@@ -1,5 +1,5 @@
# SNMP Sendmail Statistics Module
-# Copyright (C) 2015 Sergey Poznyakoff <gray@gnu.org>
+# Copyright (C) 2015, 2016 Sergey Poznyakoff <gray@gnu.org>
#
# 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
@@ -206,17 +206,24 @@ Number of messages that arrived over TCP connections and were rejected.
B<snmpd.conf>(5), B<snmpd>(8), B<mailq>(1), B<mailstats>(8).
+=head1 LICENSE
+
+GPLv3+: GNU GPL version 3 or later, see
+<http://gnu.org/licenses/gpl.html>
+
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+
=head1 AUTHOR
Sergey Poznyakoff <gray@gnu.org>.
=cut
-
-
package NetSNMP::Sendmail;
require 5.10.0;
use strict;
+use warnings;
use feature 'state';
use NetSNMP::agent::Support;
use NetSNMP::agent (':all');
@@ -228,7 +235,7 @@ use Data::Dumper;
require Exporter;
our @ISA = qw(Exporter);
-our $VERSION = "0.92";
+our $VERSION = "0.93";
our @EXPORT_OK = qw(&Configure);

Return to:

Send suggestions and report system problems to the System administrator.