summaryrefslogtreecommitdiff
path: root/fail2ban/__init__.py
diff options
context:
space:
mode:
authorSteven Hiscocks <steven@hiscocks.me.uk>2013-03-31 18:18:21 +0100
committerSteven Hiscocks <steven@hiscocks.me.uk>2013-03-31 18:18:21 +0100
commitdba88e842f3583ce7f213d06892db7f68d890209 (patch)
treef20d27a6cd19331fa68e9a9677a43635935f8f6f /fail2ban/__init__.py
parent74e76e068c504139a70a2406305d891230359ac6 (diff)
downloadfail2ban-dba88e842f3583ce7f213d06892db7f68d890209.tar.gz
ENH+BF+TST+DOC: Make fail2ban a python module
Diffstat (limited to 'fail2ban/__init__.py')
-rw-r--r--fail2ban/__init__.py28
1 files changed, 28 insertions, 0 deletions
diff --git a/fail2ban/__init__.py b/fail2ban/__init__.py
new file mode 100644
index 00000000..c448827b
--- /dev/null
+++ b/fail2ban/__init__.py
@@ -0,0 +1,28 @@
+# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: t -*-
+# vi: set ft=python sts=4 ts=4 sw=4 noet :
+
+# This file is part of Fail2Ban.
+#
+# Fail2Ban is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# Fail2Ban 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Fail2Ban; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+# Author: Cyril Jaquier
+#
+# $Revision$
+
+__author__ = "Cyril Jaquier"
+__version__ = "$Revision$"
+__date__ = "$Date$"
+__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
+__license__ = "GPL"