From 27b3ce2adc8f06df2b12c6a1ae53417a8b948d23 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Wed, 5 Mar 2008 23:06:28 +0000 Subject: [PATCH] - Updated copyright. git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@670 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- fail2ban-client | 2 +- fail2ban-regex | 2 +- fail2ban-server | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fail2ban-client b/fail2ban-client index 7ddf2a04..4800d0c4 100755 --- a/fail2ban-client +++ b/fail2ban-client @@ -66,7 +66,7 @@ class Fail2banClient: def dispVersion(self): print "Fail2Ban v" + version print - print "Copyright (c) 2004-2006 Cyril Jaquier" + print "Copyright (c) 2004-2008 Cyril Jaquier" print "Copyright of modifications held by their respective authors." print "Licensed under the GNU General Public License v2 (GPL)." print diff --git a/fail2ban-regex b/fail2ban-regex index 2e786d15..96e5056f 100755 --- a/fail2ban-regex +++ b/fail2ban-regex @@ -86,7 +86,7 @@ class Fail2banRegex: def dispVersion(): print "Fail2Ban v" + version print - print "Copyright (c) 2004-2006 Cyril Jaquier" + print "Copyright (c) 2004-2008 Cyril Jaquier" print "Copyright of modifications held by their respective authors." print "Licensed under the GNU General Public License v2 (GPL)." print diff --git a/fail2ban-server b/fail2ban-server index 279a817a..fa9cccf4 100755 --- a/fail2ban-server +++ b/fail2ban-server @@ -58,7 +58,7 @@ class Fail2banServer: def dispVersion(self): print "Fail2Ban v" + version print - print "Copyright (c) 2004-2006 Cyril Jaquier" + print "Copyright (c) 2004-2008 Cyril Jaquier" print "Copyright of modifications held by their respective authors." print "Licensed under the GNU General Public License v2 (GPL)." print