diff --git a/client/__init__.py b/client/__init__.py index 65ba9868..c448827b 100644 --- a/client/__init__.py +++ b/client/__init__.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/client/actionreader.py b/client/actionreader.py index 29672bca..581a1b3c 100644 --- a/client/actionreader.py +++ b/client/actionreader.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/client/beautifier.py b/client/beautifier.py index 104a239e..a75655e7 100644 --- a/client/beautifier.py +++ b/client/beautifier.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/client/configparserinc.py b/client/configparserinc.py index 12ac97a8..7ac8b4a5 100644 --- a/client/configparserinc.py +++ b/client/configparserinc.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Yaroslav Halchenko # Modified: Cyril Jaquier diff --git a/client/configreader.py b/client/configreader.py index 18ae9b9a..063484e8 100644 --- a/client/configreader.py +++ b/client/configreader.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # Modified by: Yaroslav Halchenko (SafeConfigParserWithIncludes) diff --git a/client/configurator.py b/client/configurator.py index 526f218b..0baff2d8 100644 --- a/client/configurator.py +++ b/client/configurator.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/client/csocket.py b/client/csocket.py index 4bfb0510..6e014e23 100644 --- a/client/csocket.py +++ b/client/csocket.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/client/fail2banreader.py b/client/fail2banreader.py index f4f2728f..ee097bd6 100644 --- a/client/fail2banreader.py +++ b/client/fail2banreader.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/client/filterreader.py b/client/filterreader.py index b20c6f83..b7a72f9c 100644 --- a/client/filterreader.py +++ b/client/filterreader.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/client/jailreader.py b/client/jailreader.py index 52d5f82c..81a077c9 100644 --- a/client/jailreader.py +++ b/client/jailreader.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/client/jailsreader.py b/client/jailsreader.py index 9e68dffe..bedc5a3c 100644 --- a/client/jailsreader.py +++ b/client/jailsreader.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/common/__init__.py b/common/__init__.py index 65ba9868..c448827b 100644 --- a/common/__init__.py +++ b/common/__init__.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/common/helpers.py b/common/helpers.py index 5afc3723..6115b971 100644 --- a/common/helpers.py +++ b/common/helpers.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # Author: Arturo 'Buanzo' Busleiman diff --git a/common/protocol.py b/common/protocol.py index 7f0ec9e1..092c32ae 100644 --- a/common/protocol.py +++ b/common/protocol.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/common/version.py b/common/version.py index a745be3c..d5055c14 100644 --- a/common/version.py +++ b/common/version.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/fail2ban-client b/fail2ban-client index 31dd48ca..7025d009 100755 --- a/fail2ban-client +++ b/fail2ban-client @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/fail2ban-regex b/fail2ban-regex index 08aaccaa..fa02a961 100755 --- a/fail2ban-regex +++ b/fail2ban-regex @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/fail2ban-server b/fail2ban-server index f66bbaf8..3b3c6e69 100755 --- a/fail2ban-server +++ b/fail2ban-server @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/fail2ban-testcases b/fail2ban-testcases index c05a64bd..1ade220d 100755 --- a/fail2ban-testcases +++ b/fail2ban-testcases @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/files/cacti/fail2ban_stats.sh b/files/cacti/fail2ban_stats.sh index afe52466..4d29854f 100644 --- a/files/cacti/fail2ban_stats.sh +++ b/files/cacti/fail2ban_stats.sh @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # This script can be used to collect data for Cacti. One parameter is needed, # the jail name. It must be a currently running jail. The script returns two diff --git a/files/gentoo-initd b/files/gentoo-initd index af4d8c34..f652d86c 100755 --- a/files/gentoo-initd +++ b/files/gentoo-initd @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # Author: Sireyessire, Cyril Jaquier # diff --git a/server/__init__.py b/server/__init__.py index 65ba9868..c448827b 100644 --- a/server/__init__.py +++ b/server/__init__.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/action.py b/server/action.py index e8f6bd12..faf50653 100644 --- a/server/action.py +++ b/server/action.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/actions.py b/server/actions.py index e438ab7a..e8c7cdda 100644 --- a/server/actions.py +++ b/server/actions.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/asyncserver.py b/server/asyncserver.py index 3558a2dd..64ec8f39 100644 --- a/server/asyncserver.py +++ b/server/asyncserver.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/banmanager.py b/server/banmanager.py index 328ad032..214916b7 100644 --- a/server/banmanager.py +++ b/server/banmanager.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/datedetector.py b/server/datedetector.py index b4d0a471..faf9f45f 100644 --- a/server/datedetector.py +++ b/server/datedetector.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/datetemplate.py b/server/datetemplate.py index a561abbe..ddf7dc82 100644 --- a/server/datetemplate.py +++ b/server/datetemplate.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/faildata.py b/server/faildata.py index ee396cdb..1f0bda04 100644 --- a/server/faildata.py +++ b/server/faildata.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/failmanager.py b/server/failmanager.py index 73e5f242..82c2ed6f 100644 --- a/server/failmanager.py +++ b/server/failmanager.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/failregex.py b/server/failregex.py index 5bc1c401..8ce9597a 100644 --- a/server/failregex.py +++ b/server/failregex.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/filter.py b/server/filter.py index 3545ad2b..e18f5b7d 100644 --- a/server/filter.py +++ b/server/filter.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/filtergamin.py b/server/filtergamin.py index 0489a2ef..c1a6be3c 100644 --- a/server/filtergamin.py +++ b/server/filtergamin.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/filterpoll.py b/server/filterpoll.py index 618e4bac..05f766e9 100644 --- a/server/filterpoll.py +++ b/server/filterpoll.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/jail.py b/server/jail.py index eefe69e5..fa077f22 100644 --- a/server/jail.py +++ b/server/jail.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/jails.py b/server/jails.py index 1ff94e06..3be38f70 100644 --- a/server/jails.py +++ b/server/jails.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/jailthread.py b/server/jailthread.py index ac102ba3..343ea7e2 100644 --- a/server/jailthread.py +++ b/server/jailthread.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/mytime.py b/server/mytime.py index b64a2b75..286f3d2c 100644 --- a/server/mytime.py +++ b/server/mytime.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/server.py b/server/server.py index 0ecb0cce..950cf82b 100644 --- a/server/server.py +++ b/server/server.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/ticket.py b/server/ticket.py index 81bffa9d..644d3cd1 100644 --- a/server/ticket.py +++ b/server/ticket.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/server/transmitter.py b/server/transmitter.py index 27e966a6..bebba12b 100644 --- a/server/transmitter.py +++ b/server/transmitter.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/setup.py b/setup.py index aff89545..8cb17133 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/testcases/__init__.py b/testcases/__init__.py index 65ba9868..c448827b 100644 --- a/testcases/__init__.py +++ b/testcases/__init__.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/testcases/actiontestcase.py b/testcases/actiontestcase.py index a537ab0c..9f89cfe6 100644 --- a/testcases/actiontestcase.py +++ b/testcases/actiontestcase.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/testcases/banmanagertestcase.py b/testcases/banmanagertestcase.py index 4ff76f41..7d389eed 100644 --- a/testcases/banmanagertestcase.py +++ b/testcases/banmanagertestcase.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/testcases/clientreadertestcase.py b/testcases/clientreadertestcase.py index 74993914..83121345 100644 --- a/testcases/clientreadertestcase.py +++ b/testcases/clientreadertestcase.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/testcases/datedetectortestcase.py b/testcases/datedetectortestcase.py index 074bdb88..e6f690ad 100644 --- a/testcases/datedetectortestcase.py +++ b/testcases/datedetectortestcase.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/testcases/failmanagertestcase.py b/testcases/failmanagertestcase.py index 3c1bce22..e5e0ccca 100644 --- a/testcases/failmanagertestcase.py +++ b/testcases/failmanagertestcase.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/testcases/filtertestcase.py b/testcases/filtertestcase.py index c004c7d2..416423b3 100644 --- a/testcases/filtertestcase.py +++ b/testcases/filtertestcase.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier # diff --git a/testcases/servertestcase.py b/testcases/servertestcase.py index ab32eb92..54eac444 100644 --- a/testcases/servertestcase.py +++ b/testcases/servertestcase.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Author: Cyril Jaquier #