00001 # This file is part of Fail2Ban. 00002 # 00003 # Fail2Ban is free software; you can redistribute it and/or modify 00004 # it under the terms of the GNU General Public License as published by 00005 # the Free Software Foundation; either version 2 of the License, or 00006 # (at your option) any later version. 00007 # 00008 # Fail2Ban is distributed in the hope that it will be useful, 00009 # but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00011 # GNU General Public License for more details. 00012 # 00013 # You should have received a copy of the GNU General Public License 00014 # along with Fail2Ban; if not, write to the Free Software 00015 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00016 00017 # Author: Cyril Jaquier 00018 # 00019 # $Revision: 504 $ 00020 00021 __author__ = "Cyril Jaquier" 00022 __version__ = "$Revision: 504 $" 00023 __date__ = "$Date: 2006-12-23 17:37:17 +0100 (Sat, 23 Dec 2006) $" 00024 __copyright__ = "Copyright (c) 2004 Cyril Jaquier" 00025 __license__ = "GPL"
1.6.3