From 14bda0a09be93d74bf334e43a7124347cf56326d Mon Sep 17 00:00:00 2001 From: Yves G Date: Wed, 31 Jan 2018 13:07:05 +0100 Subject: [PATCH] let the whole code enter this new year 2018 :-) --- pyruse/actions/action_counterRaise.py | 2 +- pyruse/actions/action_counterReset.py | 2 +- pyruse/actions/action_email.py | 2 +- pyruse/actions/action_nftBan.py | 2 +- pyruse/actions/action_noop.py | 2 +- pyruse/email.py | 2 +- pyruse/filters/filter_pcre.py | 2 +- pyruse/filters/filter_pcreAny.py | 2 +- pyruse/filters/filter_userExists.py | 2 +- pyruse/log.py | 2 +- tests/pyruse/actions/action_testLog.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pyruse/actions/action_counterRaise.py b/pyruse/actions/action_counterRaise.py index 1ae3a5d..075e36d 100644 --- a/pyruse/actions/action_counterRaise.py +++ b/pyruse/actions/action_counterRaise.py @@ -1,5 +1,5 @@ # pyruse is intended as a replacement to both fail2ban and epylog -# Copyright © 2017 Y. Gablin +# Copyright © 2017–2018 Y. Gablin # Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. import datetime from pyruse import base, counter diff --git a/pyruse/actions/action_counterReset.py b/pyruse/actions/action_counterReset.py index bb351d6..bc4ffb5 100644 --- a/pyruse/actions/action_counterReset.py +++ b/pyruse/actions/action_counterReset.py @@ -1,5 +1,5 @@ # pyruse is intended as a replacement to both fail2ban and epylog -# Copyright © 2017 Y. Gablin +# Copyright © 2017–2018 Y. Gablin # Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. import datetime from pyruse import base, counter diff --git a/pyruse/actions/action_email.py b/pyruse/actions/action_email.py index e96c6e9..524f5a9 100644 --- a/pyruse/actions/action_email.py +++ b/pyruse/actions/action_email.py @@ -1,5 +1,5 @@ # pyruse is intended as a replacement to both fail2ban and epylog -# Copyright © 2017 Y. Gablin +# Copyright © 2017–2018 Y. Gablin # Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. import string from pyruse import base, email diff --git a/pyruse/actions/action_nftBan.py b/pyruse/actions/action_nftBan.py index 7adb840..6d71e7b 100644 --- a/pyruse/actions/action_nftBan.py +++ b/pyruse/actions/action_nftBan.py @@ -1,5 +1,5 @@ # pyruse is intended as a replacement to both fail2ban and epylog -# Copyright © 2017 Y. Gablin +# Copyright © 2017–2018 Y. Gablin # Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. import datetime import json diff --git a/pyruse/actions/action_noop.py b/pyruse/actions/action_noop.py index 2299bee..64f60bb 100644 --- a/pyruse/actions/action_noop.py +++ b/pyruse/actions/action_noop.py @@ -1,5 +1,5 @@ # pyruse is intended as a replacement to both fail2ban and epylog -# Copyright © 2017 Y. Gablin +# Copyright © 2017–2018 Y. Gablin # Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. from pyruse import base diff --git a/pyruse/email.py b/pyruse/email.py index eb468d5..8b764fa 100644 --- a/pyruse/email.py +++ b/pyruse/email.py @@ -1,5 +1,5 @@ # pyruse is intended as a replacement to both fail2ban and epylog -# Copyright © 2017 Y. Gablin +# Copyright © 2017–2018 Y. Gablin # Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. import subprocess from email.headerregistry import Address diff --git a/pyruse/filters/filter_pcre.py b/pyruse/filters/filter_pcre.py index 9a02862..ccd38f6 100644 --- a/pyruse/filters/filter_pcre.py +++ b/pyruse/filters/filter_pcre.py @@ -1,5 +1,5 @@ # pyruse is intended as a replacement to both fail2ban and epylog -# Copyright © 2017 Y. Gablin +# Copyright © 2017–2018 Y. Gablin # Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. import re from pyruse import base diff --git a/pyruse/filters/filter_pcreAny.py b/pyruse/filters/filter_pcreAny.py index 6551663..892f528 100644 --- a/pyruse/filters/filter_pcreAny.py +++ b/pyruse/filters/filter_pcreAny.py @@ -1,5 +1,5 @@ # pyruse is intended as a replacement to both fail2ban and epylog -# Copyright © 2017 Y. Gablin +# Copyright © 2017–2018 Y. Gablin # Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. import re from pyruse import base diff --git a/pyruse/filters/filter_userExists.py b/pyruse/filters/filter_userExists.py index 2540fb5..ff5b8fe 100644 --- a/pyruse/filters/filter_userExists.py +++ b/pyruse/filters/filter_userExists.py @@ -1,5 +1,5 @@ # pyruse is intended as a replacement to both fail2ban and epylog -# Copyright © 2017 Y. Gablin +# Copyright © 2017–2018 Y. Gablin # Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. import pwd from pyruse import base diff --git a/pyruse/log.py b/pyruse/log.py index c9c0bc8..6392b05 100644 --- a/pyruse/log.py +++ b/pyruse/log.py @@ -1,5 +1,5 @@ # pyruse is intended as a replacement to both fail2ban and epylog -# Copyright © 2017 Y. Gablin +# Copyright © 2017–2018 Y. Gablin # Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. from systemd import journal diff --git a/tests/pyruse/actions/action_testLog.py b/tests/pyruse/actions/action_testLog.py index 124b6fd..66aa783 100644 --- a/tests/pyruse/actions/action_testLog.py +++ b/tests/pyruse/actions/action_testLog.py @@ -1,5 +1,5 @@ # pyruse is intended as a replacement to both fail2ban and epylog -# Copyright © 2017 Y. Gablin +# Copyright © 2017–2018 Y. Gablin # Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing. from pyruse.actions import action_dailyReport