diff --git a/client/__init__.py b/client/__init__.py index 3de9058c..2b76f4b6 100644 --- a/client/__init__.py +++ b/client/__init__.py @@ -21,7 +21,5 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/client/actionreader.py b/client/actionreader.py index c1a64245..8f60b55b 100644 --- a/client/actionreader.py +++ b/client/actionreader.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/client/configparserinc.py b/client/configparserinc.py index df5af1ac..f5e124a1 100644 --- a/client/configparserinc.py +++ b/client/configparserinc.py @@ -21,8 +21,6 @@ # Modified: Cyril Jaquier __author__ = 'Yaroslav Halhenko' -__revision__ = '$Revision$' -__date__ = '$Date$' __copyright__ = 'Copyright (c) 2007 Yaroslav Halchenko' __license__ = 'GPL' diff --git a/client/configreader.py b/client/configreader.py index 9fb6b3eb..3d3aff94 100644 --- a/client/configreader.py +++ b/client/configreader.py @@ -21,8 +21,6 @@ # Modified by: Yaroslav Halchenko (SafeConfigParserWithIncludes) __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/client/configurator.py b/client/configurator.py index fc588558..d5f46305 100644 --- a/client/configurator.py +++ b/client/configurator.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/client/csocket.py b/client/csocket.py index c6f318f2..3d8362b5 100644 --- a/client/csocket.py +++ b/client/csocket.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/client/fail2banreader.py b/client/fail2banreader.py index 026076fa..ada88084 100644 --- a/client/fail2banreader.py +++ b/client/fail2banreader.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/client/filterreader.py b/client/filterreader.py index b8c47558..f75190f9 100644 --- a/client/filterreader.py +++ b/client/filterreader.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/client/jailreader.py b/client/jailreader.py index d6f678ee..f8757e26 100644 --- a/client/jailreader.py +++ b/client/jailreader.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/client/jailsreader.py b/client/jailsreader.py index f87794dd..098b525d 100644 --- a/client/jailsreader.py +++ b/client/jailsreader.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/common/__init__.py b/common/__init__.py index 3de9058c..2b76f4b6 100644 --- a/common/__init__.py +++ b/common/__init__.py @@ -21,7 +21,5 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/common/helpers.py b/common/helpers.py index 3c830138..dba4c9d6 100644 --- a/common/helpers.py +++ b/common/helpers.py @@ -22,8 +22,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2009 Cyril Jaquier" __license__ = "GPL" diff --git a/common/protocol.py b/common/protocol.py index ccd44398..9309ce7f 100644 --- a/common/protocol.py +++ b/common/protocol.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/testcases/__init__.py b/testcases/__init__.py index 3de9058c..2b76f4b6 100644 --- a/testcases/__init__.py +++ b/testcases/__init__.py @@ -21,7 +21,5 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/testcases/actiontestcase.py b/testcases/actiontestcase.py index e8a03abf..9a7776ac 100644 --- a/testcases/actiontestcase.py +++ b/testcases/actiontestcase.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/testcases/banmanagertestcase.py b/testcases/banmanagertestcase.py index 58651573..1e585244 100644 --- a/testcases/banmanagertestcase.py +++ b/testcases/banmanagertestcase.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/testcases/datedetectortestcase.py b/testcases/datedetectortestcase.py index 4b38fb12..8a838700 100644 --- a/testcases/datedetectortestcase.py +++ b/testcases/datedetectortestcase.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/testcases/failmanagertestcase.py b/testcases/failmanagertestcase.py index de23219c..1bfab339 100644 --- a/testcases/failmanagertestcase.py +++ b/testcases/failmanagertestcase.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/testcases/servertestcase.py b/testcases/servertestcase.py index 9a285553..ff3f2e88 100644 --- a/testcases/servertestcase.py +++ b/testcases/servertestcase.py @@ -21,8 +21,6 @@ # __author__ = "Cyril Jaquier" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" diff --git a/testcases/sockettestcase.py b/testcases/sockettestcase.py index cd13c772..d70c45cf 100644 --- a/testcases/sockettestcase.py +++ b/testcases/sockettestcase.py @@ -21,8 +21,6 @@ # __author__ = "Steven Hiscocks" -__version__ = "$Revision$" -__date__ = "$Date$" __copyright__ = "Copyright (c) 2013 Steven Hiscocks" __license__ = "GPL"