changeset 114:200aafa2e88d

Update copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Nov 2012 09:03:04 +0200
parents ece1efdb62e7
children 91a5194de522
files maltfilter
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/maltfilter	Sat Jan 15 07:50:05 2011 +0200
+++ b/maltfilter	Thu Nov 15 09:03:04 2012 +0200
@@ -3,7 +3,7 @@
 #
 # Malicious Attack Livid Termination Filter daemon (maltfilter)
 # Programmed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
-# (C) Copyright 2009-2010 Tecnic Software productions (TNSP)
+# (C) Copyright 2009-2012 Tecnic Software productions (TNSP)
 #
 #############################################################################
 use strict;
@@ -13,11 +13,11 @@
 use LWP::UserAgent;
 use IO::Seekable;
 
-my $progversion = "0.20.4";
+my $progversion = "0.20.5";
 my $progbanner =
 "Malicious Attack Livid Termination Filter daemon (maltfilter) v$progversion\n".
 "Programmed by Matti 'ccr' Hamalainen <ccr\@tnsp.org>\n".
-"(C) Copyright 2009-2010 Tecnic Software productions (TNSP)\n";
+"(C) Copyright 2009-2012 Tecnic Software productions (TNSP)\n";
 
 
 #############################################################################