From 43b8a66482a89392067c7271d423954fea8d7eb7 Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Sun, 17 Mar 2013 09:18:14 +0000 Subject: [PATCH] Update MANIFEST with and author of testcases/sockettestcase.py --- MANIFEST | 1 + testcases/sockettestcase.py | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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