diff --git a/MANIFEST b/MANIFEST index bedfe560..d3890034 100644 --- a/MANIFEST +++ b/MANIFEST @@ -50,6 +50,7 @@ testcases/__init__.py testcases/datedetectortestcase.py testcases/actiontestcase.py testcases/servertestcase.py +testcases/sockettestcase.py testcases/files/testcase01.log testcases/files/testcase02.log testcases/files/testcase03.log diff --git a/testcases/sockettestcase.py b/testcases/sockettestcase.py index b7258c0f..4cd5a687 100644 --- a/testcases/sockettestcase.py +++ b/testcases/sockettestcase.py @@ -17,14 +17,14 @@ # 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 +# Author: Steven Hiscocks # # $Revision$ -__author__ = "Cyril Jaquier" +__author__ = "Steven Hiscocks" __version__ = "$Revision$" __date__ = "$Date$" -__copyright__ = "Copyright (c) 2004 Cyril Jaquier" +__copyright__ = "Copyright (c) 2013 Steven Hiscocks" __license__ = "GPL" import unittest, time, tempfile, os, threading