chiark / gitweb /
better grouping of news entries
[rrd-graphs.git] / incoming-connections
index 794f181a8c4fcedece7127c61915d72715fa3206..8e1de292c70ad27600db04cf75cfeb8c1d277b93 100755 (executable)
@@ -1,4 +1,24 @@
 #!/usr/bin/perl -w
+#
+# Command line utility for doing some trivial innd log analysis
+
+# rrd-graphs/incoming-connections
+#     - part of rrd-graphs, a tool for online graphs
+# Copyright 2010, 2012 Ian Jackson
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) 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 Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 
 use strict qw(refs vars);
 use Parse::Syslog;